From: YunQiang Su Date: Sun, 10 Jun 2012 11:37:18 +0000 (+0800) Subject: Rebuild to genereate little endian mo files on any arch X-Git-Tag: archive/raspbian/1.1.9+ds1-4+rpi1^2^2~215 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=834075f2aa97303e11e0dbb896eb65c0ca98bbd0;p=opencc.git Rebuild to genereate little endian mo files on any arch --- diff --git a/debian/changelog b/debian/changelog index 410d07e..d7eecde 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +opencc (0.3.0-3) unstable; urgency=low + + * Rebuild to + generate little endian mo file on any arch (Closes: #670016). + * add an - before include buildflags.mk + + -- YunQiang Su Sun, 10 Jun 2012 19:35:51 +0800 + opencc (0.3.0-2) unstable; urgency=low * Multi-arch it. diff --git a/debian/rules b/debian/rules index 3a15a81..f755bd2 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f export DEB_BUILD_MAINT_OPTIONS = hardening=+all DPKG_EXPORT_BUILDFLAGS = 1 -include /usr/share/dpkg/buildflags.mk +-include /usr/share/dpkg/buildflags.mk # CMake doesn't use CPPFLAGS, pass them to CFLAGS/CXXFLAGS to enable the # missing (hardening) flags. CFLAGS += $(CPPFLAGS)